projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271eff0
)
improved formatting for bonus points
author
Andre Bogus
<bogusandre@gmail.com>
Sun, 19 Feb 2017 23:45:34 +0000
(
00:45
+0100)
committer
Andre Bogus
<bogusandre@gmail.com>
Tue, 21 Feb 2017 03:18:14 +0000
(
04:18
+0100)
src/cargo/util/toml.rs
patch
|
blob
|
history
diff --git
a/src/cargo/util/toml.rs
b/src/cargo/util/toml.rs
index 67460fad202f73e43af1575990b926e868e0f6c1..8c06e30ca87952dcede25cab55522b1c134060d9 100644
(file)
--- a/
src/cargo/util/toml.rs
+++ b/
src/cargo/util/toml.rs
@@
-623,7
+623,8
@@
impl TomlManifest {
let exclude = project.exclude.clone().unwrap_or(Vec::new());
let include = project.include.clone().unwrap_or(Vec::new());
- let summary = Summary::new(pkgid, deps, self.features.clone() .unwrap_or_else(HashMap::new))?;
+ let summary = Summary::new(pkgid, deps, self.features.clone()
+ .unwrap_or_else(HashMap::new))?;
let metadata = ManifestMetadata {
description: project.description.clone(),
homepage: project.homepage.clone(),